home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / Learning / Music Gym / Pitches / card_2835.txt < prev    next >
Text File  |  1993-02-26  |  1KB  |  59 lines

  1. -- card: 2835 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2798
  5. -- name: Play C3
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 04
  10. -- high flags: 0000
  11. -- rect: left=93 top=25 right=59 bottom=413
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 13
  16. -- text size: 9
  17. -- style flags: 1024
  18. -- line height: 16
  19. -- part name: CARD PROMPT
  20. ----- HyperTalk script -----
  21. PLAY THE NOTE IN THE CENTER AND THEN TRY TO MATCH IT WITH THE SAME NOTE IN THE OUTER CIRCLE
  22.  
  23.  
  24.  
  25. -- part 7 (button)
  26. -- low flags: 00
  27. -- high flags: 8003
  28. -- rect: left=231 top=123 right=145 bottom=261
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 128
  33. -- text size: 18
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: C3
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   play "harpsichord" tempo 450  "C3w Ch Cw"
  40. end mouseUp
  41.  
  42.  
  43. -- part 9 (button)
  44. -- low flags: 00
  45. -- high flags: 8003
  46. -- rect: left=214 top=178 right=202 bottom=285
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: PLAY NOTE
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   play "harpsichord" tempo 450 "c3w"
  58. end mouseUp
  59.